.makeAi {
    position: absolute;
    top: -152px;
    left: -800px;
    width: 798px;
    height: 580px;
    border: 1px solid #aee2f2;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(43, 48, 89, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.makeAi .aihead {
    margin: -1px 0 0 -1px;
    width: 800px;
    height: 62px;
    background: url(./headbg.jpg) repeat-y;
}

.makeAi .aihead .department {
    margin: 18px 0 0 15px;
    padding-left: 40px;
    font-size: 17px;
    line-height: 29px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    background: url(./AI3.png) 0 0 no-repeat;
}

.makeAi .aihead .close {
    margin: 25px 16px 0 0;
    width: 14px;
    height: 14px;
    background: url(./close.png) 0 0 no-repeat;
    cursor: pointer;
}

.makeAi .inner {
    width: 547px;
    height: 560px;
    border-right: 1px solid #9fd6e6;
}

.makeAi .askbox {
    display: block;
    padding: 5px;
    width: 536px;
    height: 92px;
    line-height: 20px;
    text-indent: 10px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dedede;
    outline: none;
    resize: none;  
}

.makeAi .ask {
    background-color: #eff5f9;
}

.makeAi .cNumber {
    font-size: 15px;
    line-height: 54px;
    color: #666;
    text-align: left;
    padding-left: 10px;
}

.makeAi .askbtn {
    margin: 10px 10px 0 0;
    width: 97px;
    height: 34px;
    font-size: 15px;
    color: #fff;
    line-height: 34px;
    background-color: #1ebce7;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
}

.makeAi .chat {
    padding: 10px;
    height: 321px; 
    overflow-x: hidden;
    overflow-y: auto;
}

.makeAi .talkitem {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.makeAi .talkitem em {
    padding-right: 10px;
    color: #1ebce7;
}

.makeAi .user {
    margin-top: 2px;
    width: 44px;
    height: 44px;
}

.makeAi .dialogue .time {
    font-size: 14px;
    line-height: 1;
    color: #999;
}

.makeAi .dialogue .content {
    margin-top: 11px;
    padding: 10px;
    max-width: 270px;
    font-size: 14px;
    line-height: 24px;
    background-color: #f7f7f7;
    border-radius: 4px;
    text-align: left; 
    word-break: break-all; 
}

.makeAi .computer .user {
    float: left;
    background: url(./custom.png) 0 0 no-repeat;
}

.makeAi .computer .dialogue {
    float: left;
    margin-left: 20px;
}

.makeAi .own .user {
    float: right;
    background: url(./portrait.png) 0 0 no-repeat;
}

.makeAi .own .dialogue {
    float: right;
    margin-right: 20px;
}

.makeAi .own .time {
    text-align: right;
}

.makeAi .goback {
    height: 25px;
    background: url(./headbg2.jpg) repeat-y;
    overflow: hidden;
}

.makeAi .goback i {
    display: block;
    margin: 6px 0 0 14px;
    width: 12px;
    height: 14px;
    background: url(./back.png) 0 0 no-repeat;
}


.makeAi .questionList {
    padding: 0 20px;
    width: 210px;
}

.makeAi .questionList .subtitle {
    padding-left: 44px;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
    background: url(./bulb.png) 9px center no-repeat;
}

.makeAi .questionList .item {
    padding: 8px 0 8px 15px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    background: url(./point.png) 2px 17px no-repeat;
    box-sizing: border-box;
    border-top: 1px dashed #86d0d5;
}


.makeAi .questionList .item span{
	color: #0082ff;
}

.myTitle {
    margin-bottom: 20px;
    font-size: 0;
    height: 25px;
    background-color: #eaf6ff;
}

.myTitle i {
    display: inline-block;
    width: 8px;
    height: 25px;
    background-color: #1ebce7;
}

.myTitle .name {
    padding: 3px 25px 3px 16px;
    font-size: 19px;
    line-height: 25px;
    color: #1ebce7;
    background-color: #fff;
    vertical-align: top;
}

.sidebar-list a{
	cursor: pointer;
}